type runtime.puintptr

9 uses

	runtime (current package)
		runtime2.go#L264: type puintptr uintptr
		runtime2.go#L267: func (pp puintptr) ptr() *p { return (*p)(unsafe.Pointer(pp)) }
		runtime2.go#L270: func (pp *puintptr) set(p *p) { *pp = puintptr(unsafe.Pointer(p)) }
		runtime2.go#L543: 	p               puintptr // attached p for executing go code (nil if not executing go code)
		runtime2.go#L544: 	nextp           puintptr
		runtime2.go#L545: 	oldp            puintptr // the p that was attached before executing a syscall
		runtime2.go#L635: 	link        puintptr
		runtime2.go#L778: 	pidle        puintptr // idle p's